home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / SESSION < prev    next >
Text File  |  1991-09-18  |  2KB  |  42 lines

  1. =======                                             NOSview [137]
  2. session
  3. =======
  4.  
  5. _________________________________________________________________
  6. session
  7. session <session_number>
  8. session <session_number> flowmode [on|off]           Default: off
  9. _________________________________________________________________
  10. NOS can handle multiple sessions.  For example, you can have an
  11. FTP file transfer running at the same time as a Telnet session.
  12.  
  13. To monitor the sessions, use the 'session' command without
  14. arguments.  This will give an output of the form:
  15. ................................................................
  16. : #  S#  Type  Rcv Snd State          Remote socket            :
  17. :               Q   Q                                          :
  18. : 1  -1  More   0   0 Limbo!      scripts/source/fkeys.lst     :
  19. : 2  144 FTP    0   0 Established ns9ken (ns9ken:ftp)          :
  20. : 3  148 Finger 0   1 SYN sent    ns9bob@ns9bob (ns9bob:finger):
  21. :*4  151 Telnet 0   1 SYN sent    ns9gwa (ns9gwa:telnet)       :
  22. : 5  154 Telnet 0   0 Established Local BBS (ns9ken:telnet)    :
  23. :..............................................................:
  24.  
  25. The session marked with an asterisk is the current session; to
  26. switch to that session, simply hit CR.
  27.  
  28. To switch to another session, give the 'session' command with a
  29. session number.
  30.  
  31. To exit from a session back to the 'net>' prompt, hit <F10>.
  32.  
  33. The <flowmode> option controls the operation of the 'more'
  34. command for that session.  This is handy, for example, for long
  35. directory listings coming from an FTP session.  Escaping to
  36. command mode before issuing an FTP 'dir' command and setting
  37. flowmode 'on' gives a page at a time to look at.  At any time you
  38. can escape out again and switch flowmode off.
  39.  
  40. >> Example:  session 3
  41.              session 5 flowmode on
  42.